Catch 1
select count(SongId) from chartsquery where (genre='Alternative Pop Rock') and (subgenre='AAA Adult Alternative')
RowsCount=0Catch 1B
select count(SongId) from chartsquery where (genre='Alternative Pop Rock')
RowsCount=0